Feature: Add Fully-Synced Floating UI Of Extension#207
Merged
Annanyatiwary4 merged 3 commits intoDevSyncx:mainfrom Oct 30, 2025
Merged
Feature: Add Fully-Synced Floating UI Of Extension#207Annanyatiwary4 merged 3 commits intoDevSyncx:mainfrom
Annanyatiwary4 merged 3 commits intoDevSyncx:mainfrom
Conversation
added 2 commits
October 29, 2025 23:29
|
Someone is attempting to deploy a commit to the Annanya's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
🙌 Thanks @kmanish527 for raising this PR! |
Annanyatiwary4
approved these changes
Oct 30, 2025
|
🎉🎉 Thank you for your contribution! Your PR #207 has been merged! 🎉🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Pull Request Checklist
mainbranch.Closes #<issue_number>.📌 Related Issue
Closes #
🧠 Description
The real-time countdown.
The current session number (e.g., "Session 1", "Session 2").
The session type ("Work" or "Break"), which is also color-coded.
work

Break

Reliable Audio Alerts: Implemented background sound alerts that fire reliably whenever a work or break session is completed. This ensures the user is notified of the transition even when they are on a different tab.
Fixed End-of-Cycle Logic: Resolved a critical bug that caused the timer to run continuously without stopping. The timer logic has been corrected to automatically pause after the final long break, successfully completing the 4-session cycle and resetting the app to a "stopped" state, ready for the user's next command.
-Persist Pomodoro state on page refresh: I've fixed the bug where the Pomodoro timer would reset to 25:00 if you refreshed the page. I'm now using localStorage to save the timer's progress. So, if you refresh the tab, the app will remember exactly where you were—what session you were on and how much time was left.
-The Magic Moment:During a 'Work' session, the extension enforces a 'focus mode' by only allowing access to a predefined list of work-related domains (like Stack Overflow, GitHub, and LeetCode). During a 'Break,' all browsing restrictions are lifted. When the break ends, the extension automatically closes all non-allowed tabs to ensure a distraction-free start to the next work session.
✅ Type of Change